v1

latestOpenAPI 3.0.32026-07-2672165314.6 KB
Reservations

Creates a "Call Me Back" request.

Creates a new CallMeBack Request. This creates an enquiry and sends an email to the property owner with a scheduled time to call the client back.

post/v1/reservation/callmeback

Request body

datestring

The scheduled date for the call-back appointment in yyyy-MM-dd format.

time_zone_info_idstring nullable

The IANA time zone identifier (e.g., "America/New_York") for the appointment time.

timeinteger

The hour of the appointment, expressed as an integer from 0 to 23.

durationnumber double

The duration of the appointment in hours. Default is 2.

notesstring nullable

Any additional notes or context for the call-back request.

source_textstring nullable

The textual content or description of the enquiry source.

source_addressstring nullable

The email address of the sender if the enquiry originated from an email.

arrivalstring date-time nullable

The arrival date in yyyy-MM-dd format. Optional

departurestring date-time nullable

The departure date in yyyy-MM-dd format. Optional

peopleinteger nullable

Deprecated. Use GuestBreakdown.Adults instead.

property_idinteger nullable

The property identifier. Optional

room_type_idinteger nullable

The room type identifier. Optional

statusstring nullable

The status of the enquiry. Defaults to Open

has_privacy_consentboolean nullable

Indicates if the guest has given privacy consent

ip_createdstring nullable

The IP address from where the booking is created. Optional. If not provided, the IP address of the API caller will be used

originstring nullable

The origin of the enquiry. Optional.

thread_idstring uuid nullable

Optional. Thread Id to link this enquiry to a messaging thread

Response

Created

integer required